home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Odisc.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  335b  |  12 lines

  1. #ifndef _ODISC_H_
  2. #define _ODISC_H_
  3.  
  4. enum
  5. {
  6.     PRIM_DISC_IRAD                        = 1160, // REAL       - Inner Radius [>=0.0]
  7.     PRIM_DISC_ORAD                        = 1161, // REAL       - Outer Radius [>=Inner Radius]
  8.     PRIM_DISC_CSUB                        = 1162, // LONG       - Disc-Cap Subdivision [>0]
  9.     PRIM_DISC_SEG                            = 1163 // LONG     - Rotational Segments [>2]
  10. };
  11.  
  12. #endif